home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0183.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  758 b   |  27 lines

  1. Hi all!
  2.  
  3. I can't display 64 pic (6 plane ) AGA pic. I'm usin this so called
  4. new display lib commands like initcoplist and createdisplay.
  5.  
  6. Code looks like this:
  7.  
  8. Bitmap 0,576,464,6
  9. InitCopList 0,31,128,$10008+$10,8,64,0
  10. CreateDisplay 0
  11. DisplayBitmap 0,0,0,0
  12.  
  13. What I need to do is display  6 plane pic but it only displays
  14. correclty if I make 8 plane bitmap.
  15. So if I set plane # from 1 to 7 then there's my pic + some crap.
  16. Problem is that I need this bitmap to be VERY big and in fact
  17. I need 2 of them . So it's complete waste of da good old chip mem
  18. if I must have 8 plane bitmap insted of 6. So does anybody
  19. know what I'm doing wrong? Do I have to set some extra bits in 
  20. type when initing cop list? Help!!!
  21.  
  22.  
  23.  
  24.                 O.T.T. (ott@microlnk.ml.ee)
  25.  
  26.  
  27.